Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello! I've added autoflushing on filesystem changes! #13

Closed
wants to merge 4 commits into from

Conversation

vintikzzz
Copy link

I made it via embedding rb-fsevent
I updated specs and docs
It works fine on my mac...

@iangreenleaf
Copy link

I like this idea a lot. I frequently get hung up by forgetting to flush. I think this would be especially cool if it was cross-platform - maybe https://github.com/guard/guard would work?

@@ -0,0 +1 @@
rvm use ruby-1.8.7-p334@commandt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guessing you didn't mean to include this in the pull request.

@gmile
Copy link

gmile commented Jun 28, 2011

+1 on this one

@wincent
Copy link
Owner

wincent commented Sep 8, 2012

Sorry for not chiming in on this one earlier. I think it's a great initiative, but the reason I haven't merged it is because of the cross-platform issue. I'm also wary of anything that is not single-threaded, as Vim itself is a single-threaded application and I worry about the stability of changing that model from inside a plug-in.

@wincent
Copy link
Owner

wincent commented Aug 13, 2014

Going to close this for the reasons in my last comment.

#15 is slightly more promising as it is somewhat cross-platform, although the stability issues mean I'll probably close that too.

@wincent wincent closed this Aug 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants